home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1993 July / InfoMagic USENET CD-ROM July 1993.ISO / answers / weather-data < prev    next >
Encoding:
Text File  |  1993-06-22  |  49.9 KB  |  1,044 lines

  1. Newsgroups: sci.geo.meteorology,news.answers,sci.answers
  2. Path: senator-bedfellow.mit.edu!enterpoop.mit.edu!gatech!ncar!kiowa.scd.ucar.edu!ilana
  3. From: ilana@kiowa.scd.ucar.edu (Ilana Stern)
  4. Subject: Sources of Meteorological Data FAQ
  5. Message-ID: <1993Jun22.110013.25939@ncar.ucar.edu>
  6. Followup-To: sci.geo.meteorology
  7. Summary: Weather and research data available via Internet, CD-ROM, and tape.
  8. Sender: news@ncar.ucar.edu (USENET Maintenance)
  9. Reply-To: ilana@ncar.ucar.edu
  10. Organization: NCAR/UCAR
  11. Date: Tue, 22 Jun 1993 11:00:13 GMT
  12. Approved: news-answers-request@MIT.Edu
  13. Expires: Tue, 6 Jul 1993 07:00:00 GMT
  14. Lines: 1027
  15. Xref: senator-bedfellow.mit.edu sci.geo.meteorology:5625 news.answers:9654 sci.answers:275
  16.  
  17. Archive-name: weather-data
  18. Last-modified: 21 Jun 1993
  19.  
  20. Recent changes:
  21.  
  22.   ==within last two weeks==
  23. kihei.idbsu.edu site moved to earthsun.umd.edu
  24. Correction to information on retrieving images via AFS from athena.mit.edu 
  25. FTP by mail instructions added
  26.  
  27.   ==within last four weeks==
  28.  
  29.  
  30.  
  31.  
  32.             C O N T E N T S
  33.       0. Introduction
  34.       I. Data available over the Internet
  35.      II. CD-ROM source list
  36.     III. Research data on tape and other media
  37.      IV. Weather-related mailing lists
  38.  
  39. This is a guide to various sources of meteorological, oceanographic,
  40. and geophysical data.  Some of these data types are intended for enjoyment
  41. or hobbyist use;  other data are more research-oriented.  Much of the 
  42. research data is not free.
  43.  
  44. If you are reading this document after 6 Jul 1993, you are reading an 
  45. outdated copy. A current copy can be obtained by anonymous FTP to 
  46. rtfm.mit.edu, from the (compressed) file weather-data.Z in the 
  47. directory /pub/usenet/news.answers.  A current copy is also maintained in 
  48. vmd.cso.uiuc.edu in the file wx/sources.doc.  These files are updated every
  49. two weeks, when a new copy is posted to sci.geo.meteorology, news.answers,
  50. and sci.answers.
  51.  
  52. If you can't use FTP, send email to mail-server@rtfm.mit.edu with 
  53. send usenet/news.answers/weather-data 
  54. as the only text in the message (leave the subject blank).
  55.  
  56. Corrections, additions, and comments should be sent to Ilana Stern at
  57. ilana@ncar.ucar.edu.  Please include in your message where you read
  58. this document.  Note that if I know about it, it's in this document.
  59.  
  60. This article is copyright (c) 1993 by Ilana Stern.  It may be freely
  61. distributed provided that this copyright notice and the above information 
  62. on retrieving a current copy are not removed.  I prefer that archives
  63. maintain current copies, since this information changes rapidly.  If
  64. you would like to put this article in an archive and want to receive
  65. a new copy automatically at every update, please send me email.  
  66.  
  67. ########################################################################
  68.  
  69. Subject: Data available over the Internet
  70. Copyright (c) 1993 by Ilana Stern.
  71.  
  72.             C O N T E N T S
  73.  
  74.     1. How to use anonymous FTP 
  75.     2. How to use telnet
  76.     3. Index of FTP and Telnet sites by topic
  77.       A. Current weather images via FTP
  78.       B. Current weather data via telnet
  79.       C. Meteorological, oceanographic, and geophysical research data
  80.       D. Other satellite images
  81.       E. Map data
  82.       F. Other stuff
  83.       G. Special images (may be transient)
  84.     4. Alphabetical list of FTP, and Telnet sites, with information
  85.     5. Weather and other meteorological data via Gopher
  86.     6. Weather and other meteorological data via WAIS
  87.     7. Weather and other meteorological data via AFS (Andrew File System) 
  88.  
  89. 1. How to use anonymous FTP 
  90.  
  91. FTP (File Transfer Protocol) allows transfer of files between two computers
  92. which are on the Internet.  To access the FTP areas listed here, at your
  93. system prompt type "ftp" followed by the name or IP number (the number
  94. in brackets next to the system name in the listing below) of the desired
  95. system.  For example, to access vmd.cso.uiuc.edu you'd type 
  96.  
  97.     ftp vmd.cso.uiuc.edu
  98. or
  99.     ftp 128.174.5.98
  100.  
  101. Use "anonymous" as your login and your email address as the password (if 
  102. requested).  
  103.  
  104. [Note: quotes ("like this") are used to set off names of directories and
  105. files, or commands you'd type, and are not part of these names.]
  106.  
  107. Not all FTP systems accept the same commands, but here's a list of the
  108. most useful:
  109.  
  110.     ls    list files in the current directory.
  111.     cd    change directory, e.g. "cd wx" changes to the wx directory.
  112.     binary    sets binary mode; USE THIS FOR RETRIEVING IMAGES!
  113.     ascii    sets ascii mode (the default).  Use for retrieving text.
  114.     get    retrieves a file, e.g. "get readme" gets a file called readme.
  115.     bye    exits FTP.
  116.  
  117. If you can't seem to connect to the site, re-check its description
  118. in the document;  on the line with the site name it will tell you whether 
  119. it is an FTP site or a Telnet site.  If it's a Telnet site, follow the 
  120. instructions in the following section instead.
  121.  
  122. If you can't FTP from your site, use one of the following ftp-by-mail servers:
  123.  
  124.   ftpmail@decwrl.dec.com          ftpmail@src.doc.ic.ac.uk
  125.   ftpmail@cs.uow.edu.au           ftpmail@grasp1.univ-lyon1.fr
  126.  
  127. Send an e-mail message to the closest address, with the lines:
  128.  
  129. reply your_address@some.where     <- replace with your real email address
  130. connect vmd.cso.uiuc.edu      <- for example
  131. cd wx
  132. binary                
  133. get SA060900.GIF          
  134. quit
  135.  
  136. For complete instructions, send a one-line message reading "help" to the 
  137. server.  Please don't ask me for help!
  138.  
  139.  
  140. 2. How to use telnet
  141.  
  142. Type "telnet" followed by the name or IP number (the number in brackets next
  143. to the system name in the listing below) of the desired system.  These
  144. publicly accessible systems generally allow you to log in but put you in
  145. a restricted shell, from which only a certain menu of commands is available.
  146. The description for the site will include the login to use.  
  147.  
  148. If you can't seem to connect to the site, re-check its description in the 
  149. document; on the line with the site name it will tell you whether it is an 
  150. FTP site or a Telnet site.  If it's an FTP site, follow the instructions in 
  151. the previous section instead.
  152.  
  153.  
  154. 3. Index of FTP and Telnet sites by topic
  155.  
  156. This index lists the names of FTP and Telnet sites of interest, with only
  157. a brief blurb as to their contents.  Section 4 gives more information about
  158. each of these sites.  Some sites appear more than once under different
  159. subject headings.  Some sites have identical contents;  please use the
  160. site closest to you.
  161.  
  162.     A. Current weather images 
  163.  
  164. 134.36.22.11            NOAA AVHRR images of Europe
  165. ats.orst.edu                GOES vis/IR images of North, Central America
  166. boa.gsfc.nasa.gov        GMS vis/IR images
  167. cumulus.met.ed.ac.uk        Meteosat vis/IR images of Europe
  168. explorer.arc.nasa.gov        GMS vis/IR images
  169. ftp.fu-berlin.de        Meteosat vis/IR images of Europe
  170. ftp.netsys.com            Full-disk GOES images of Pacific
  171. liasun3.epfl.ch            Meteosat vis/IR images of Europe
  172. marlin.jcu.edu.au            GMS-4 images of Australia, TOGA/COARE area
  173. plaza.aarnet.edu.au        GMS vis/IR images
  174. satftp.soest.hawaii.edu        SST data from AVHRR on NOAA-11, NOAA-12
  175. spot.colorado.edu        Surface maps, radar summaries, vis/ir US
  176. unidata.ucar.edu              Surface maps (US, Europe, China), soundings
  177. uriacc.uri.edu                 NOAA-11 images of the northeast US
  178. vmd.cso.uiuc.edu            GOES-7 vis/IR images, surface analyses over US
  179. wilbur.stanford.edu        Meteosat vis/IR images of Europe, vis/ir US
  180.  
  181.     B. Current weather data 
  182.     
  183. ats.orst.edu             Some US city and Oregon weather forecasts
  184. hermes.merit.edu            US/Canada weather forecasts, global reports
  185. downwind.sprl.umich.edu 3000     US/Canada weather forecasts, global reports 
  186. ncardata.ucar.edu        Colorado weather forecasts
  187. tortel.dcc.uchile.cl        Chilean weather forecasts (in Spanish)
  188.  
  189.     C. Meteorological, oceanographic, and geophysical research data
  190.  
  191. cdiac.esd.ornl.gov             Info on climate change topics
  192. delocn.udel.edu            Info on ocean data available from many sources
  193. eosdis.larc.nasa.gov        Info on datasets available from EOSDIS
  194. glis.cr.usgs.gov        Info on datasets available from USGS
  195. hurricane.ncdc.noaa.gov        Info on datasets available from NCDC
  196. nasagiss.giss.nasa.gov        Cloud, SST, surface T, vegetation data 
  197. ncardata.ucar.edu           Info on datasets available from NCAR
  198. nodc.nodc.noaa.gov        Info on datasets, satellites, sensors
  199. nssdca.gsfc.nasa.gov        Info on datasets available from NSSDC
  200. storm.ofps.ucar.edu        STORM-FEST data
  201.  
  202.     D. Other satellite images
  203.  
  204. ames.arc.nasa.gov        Various earth-from-space images
  205. explorer.arc.nasa.gov        Viking, Magellan, Voyager images from CD-ROMs
  206. sanddunes.scd.ucar.edu        AVHRR images of USA via telnet
  207. snow.nohrsc.nws.gov        Snow cover maps of US from GOES
  208. sseop.jsc.nasa.gov           Pictures taken from the space shuttle
  209.  
  210.     E. Map data
  211.  
  212. csn.org                     Mapping software and datasets
  213. hanauma.stanford.edu           CIA World Bank database, 0.5 deg elev dataset
  214. ncardata.ucar.edu        Elevation data
  215. spectrum.xerox.com             Various USGS data 
  216.  
  217.     F. Other stuff
  218.  
  219. archive.afit.af.mil        NORAD "Two-line Element"(TLE) for NOAA sats
  220. csn.org                     Information on other Internet resources
  221. cumulus.met.ed.ac.uk        Software for computer-aided learning (CALMET)
  222. delocn.udel.edu            Software for oceanographic computations
  223. ftp.met.fsu.edu            Data analysis software, Internet resource info
  224. ncardata.ucar.edu        Script to retrieve vmd.cso.uiuc.edu GIFs
  225. vmd.cso.uiuc.edu        Documents on weather-related topics
  226.  
  227.     G. Special images/data
  228.  
  229. ftp.met.fsu.edu            Hurricane Andrew images
  230. earthsun.umd.edu        East Coast blizzard movie
  231. spot.colorado.edu        Hurricane Andrew images
  232. sumex-aim.stanford.edu        East Coast blizzard movie
  233. unidata.ucar.edu        Hurricane Hugo images
  234. hurricane.ncdc.noaa.gov        Data from East Coast blizzard
  235.  
  236.  
  237. 4. Alphabetical list of FTP and Telnet sites, with information
  238.  
  239. This section provides expanded listings of the sites in the previous
  240. section.  Remember to set the transfer type to "binary" when retrieving
  241. images!  
  242.  
  243. 134.36.22.11                        (FTP)
  244.   Dundee University archive;  Sun raster images, plus PC display software.
  245. Data for the past few years is archived.  For information contact
  246. Alan Muir (asm@ua.ndu.ac.uk).
  247.  
  248. archive.afit.af.mil                    (FTP)
  249.   NORAD "Two-line Element"(TLE) data for the NOAA satellites series
  250. in directory " pub/space".
  251.  
  252. ames.arc.nasa.gov    [128.102.18.3]            (FTP)
  253.   Change directory to "SPACE/CDROM".  Images from Magellan and Viking 
  254. missions, other stuff.
  255.  
  256. ats.orst.edu          [128.193.120.19]        (FTP)
  257.   GOES IR and VIS images over North and Central America, plus a "floater" 
  258. image which "could be anything."  Also Oregon and US city forecasts.
  259.  
  260. boa.gsfc.nasa.gov    [128.183.93.16]            (FTP)
  261.   Same GMS images as explorer.arc.nasa.gov;  this site should be used by
  262. East Coast and European sites.
  263.  
  264. cdiac.esd.ornl.gov     [128.219.24.36]          (FTP)
  265.   Contains data and information on general and technical aspects of 
  266. carbon dioxide, methane, and other trace gas emissions; the carbon cycle; 
  267. and other climate-change topics from CDIAC (the Carbon Dioxide Information 
  268. Analysis Center, address in section 3).  The data for CDIAC's "Trends 91: 
  269. A Compendium of Data on Global Change" is also available here.  (Contact 
  270. CDIAC at cdp@stc10.ctd.ornl.gov to obtain a copy of the book.)
  271.  
  272. csn.org            [128.138.213.21]        (FTP)
  273.   Change directory to "COGS".  A large file containing detailed information 
  274. on FTP sites, Bitnet and Usenet discussion groups, and data sources is 
  275. located in the file "internet.resources.earth.sci".  This file contains 
  276. more information on mapping, GIS, remote sensing, and geology, subjects 
  277. which are mostly outside the scope of this meteorology-oriented FAQ.  Mapping 
  278. software and datasets are also available in this directory.  Contact 
  279. bthoen@csn.org (Bill Thoen) for more information.
  280.  
  281. cumulus.met.ed.ac.uk    [129.215.168.19]        (FTP)
  282.   Change directory to "images".  IR and visible images of Europe from 
  283. Meteosat, twice daily, in 1152 x 900 GIF format (size of Sun root window).  
  284. The subdirectory "gifs" has smaller 3x daily images of the Nordic areas, 
  285. the UK, and Europe.
  286.   The directory "calmet" contains software and documents in support of
  287. computer-aided learning in meteorology;  it is associated with the CALMET
  288. mailing list described in section IV of this document.  The file
  289. "intro_to_calmet" in the "documents" subdirectory describes how to find
  290. what's available.
  291.  
  292. delocn.udel.edu        [128.175.24.1]            (FTP or Telnet)
  293.   Programs to do various oceanographic computations, information about 
  294. ocean-related data from various sources, other oceanography information.
  295. Inquiries and calls for help can be addressed to walt@delocn.udel.edu.
  296. Can be accessed via either FTP or Telnet;  note that there are DIFFERENT
  297. LOGIN NAMES depending on your access method:
  298.   FTP: Login as "anonymous" and enter your username as a password. 
  299.   Telnet: Use "info" as a login.  Menu-driven system. 
  300.  
  301. downwind.sprl.umich.edu 3000    [141.212.196.177]    (Telnet)
  302.   Include the "3000" when connecting to the machine.  This is a menu driven
  303. system which has a large variety of information, including US and Canadian
  304. weather forecasts, ski conditions, earthquake reports, severe weather
  305. reports, and current weather conditions for some international cities.
  306.  
  307. earthsun.umd.edu    [132.178.15.9]            (FTP)
  308.   Change directory to "/JEI/GOES".  48-hour sequence derived from
  309. GOES IR images is in the file "storm.zip" which was compressed with
  310. PKZIP 2.04.  It is a 640x480 .FLC file and thus requires either running the
  311. sequence on a UNIX box or on a DOS machine with a SVGA card that is
  312. moderately VESA compatible with 512K RAM.  PLAY79.EXE (for DOS) is 
  313. available on the same site; xanim (for Unix) is available from 
  314. cs.orst.edu (/pub/src/printers/xanim/xanim.tar.Z) and other sites.
  315. (For more info contact Christopher Keane, keane@earthsun.umd.edu.)
  316.  
  317. eosdis.larc.nasa.gov        [192.107.191.17]    (Telnet)
  318.   The Langley Distributed Active Archive Center (DAAC) archives and
  319. distributes Radiation Budget, Cloud, Aerosol, and Tropospheric Chemistry 
  320. Data to the general science community.  Data are available via FTP, tape 
  321. and CD-ROM.  Users can use telnet to the DAAC IMS (Information Management 
  322. System) to place an order.  The IMS features a graphical user interface, 
  323. so you must have an X window or Sun OpenWindows display.  (You can contact 
  324. DAAC by telephone or email as well -- see section III.)  
  325.   Use 'ims' as the login and 'larcims' as the password.  For more 
  326. information contact Sue Sorlie (userserv@eosdis.larc.nasa.gov).
  327.  
  328. explorer.arc.nasa.gov        [128.102.32.18]        (FTP)
  329.   Visible and IR hourly GMS images in gif format (neat pictures, may be
  330. enhanced), and in hdf format (raw, intended for research), in the directory
  331. "pub/Weather/gms".  Resolution is 5 km so images are 2-3 MB in size.
  332. Also contains Viking, Magellan, and Voyager data from CD-ROM in the
  333. directory "cdrom".  For more information contact medin@cincsac.arc.nasa.gov 
  334. (Milo S. Medin).
  335.   This site is for users "near" California;  East Coast US and European
  336. sites should connect instead to boa.gsfc.nasa.gov, and Australian sites
  337. should use plaza.aarnet.edu.au.
  338.  
  339. ftp.fu-berlin.de    [130.133.4.50]            (FTP)
  340.   Change directory to "pub/science/meteorology/meteosat-pictures" for
  341. GIFs of Meteosat images, IR and visible, over Europe and the North Atlantic.  
  342. One day of data is kept and updated every 6 hours.  For more information
  343. contact dennis@metw3.met.fu-berlin.de (Dennis Schulze).  
  344.  
  345. ftp.met.fsu.edu        [128.186.5.56]            (FTP)
  346.   This FTP site at Florida State University is mostly a repository for
  347. public domain software and shareware that is useful to atmospheric
  348. scientists.  There are also Hurricane Andrew images in the directory
  349. "/pub/hurricane_Andrew".  The file "internet.tex" in the "docs" directory 
  350. contains an article by Jon Ahlquist about Internet resources for atmospheric
  351. scientists;  this was published in the March 1993 Bulletin of the AMS,
  352. but the on-line version will be updated from time to time.  For more
  353. information contact ahlquist@met.fsu.edu. 
  354.  
  355. ftp.netsys.com                        (FTP)
  356.   Full-disk GOES images in Sun rasterfile format.  Current pictures
  357. are in the directory "pub/images";  older pictures and more information
  358. are in "pub/west".  Contact steve@netsys.com (Steve Eigsti) for info.
  359.  
  360. glis.cr.usgs.gov    [152.61.192.54]            (Telnet)
  361.   This is a menu driven system (Global Land Information System) which allows 
  362. users to search a list of research datasets available from the EROS Data 
  363. Center at USGS, and order data if desired.  Most of the data are ecosystem
  364. maps and elevation/depth maps.
  365.  
  366. hanauma.stanford.edu    [36.51.0.16]            (FTP)
  367.   The CIA World Bank database contains coastlines, rivers and political 
  368. boundaries.  An 0.5 degree elevation dataset is also there.  A program for 
  369. decoding the CIA data can be found as "mfil" on pi1.arc.umn.edu 
  370. [137.66.130.11]  (Info from ken@msc.edu)
  371.  
  372. hermes.merit.edu    [35.1.48.150]            (Telnet)
  373.   Type um-weather at the "Which Host?" prompt and use menus. 
  374. (Connects to downwind.sprl.umich.edu)
  375.  
  376. hurricane.ncdc.noaa.gov    [192.67.134.72]            (FTP)
  377.   Information on datasets available from NCDC (the National Climatic Data
  378. Center) in "/pub/upload/inventories".  These are inventories of the contents
  379. of various datasets.  If you find this information useful, please send
  380. email to tross@ncdc.noaa.gov, as NCDC wants to evaluate this service.
  381. If you wish to order data after browsing this information, contact
  382. their customer service department at 704-259-0682.
  383.   Also available in the directory "/pub/upload/blizzard" is a file
  384. "storm.txt" containing observations from the 1993 "Storm of the Century."
  385.  
  386. liasun3.epfl.ch                        (FTP)
  387.   Change directory to "pub/weather".  IR and visible images of Europe
  388. from Meteosat, in GIF format.  It appears that this site contains
  389. the same images as cumulus.met.ed.ac.uk.
  390.  
  391. marlin.jcu.edu.au     [137.219.16.14]            (FTP)
  392.   Change directory to "JCUMetSat". GMS-4 images updated regularly for 
  393. various Australian states, Australia as a whole, the globe, the TOGA/COARE 
  394. area, and events of interest such as cyclones. The images are in a format 
  395. designed for the package JCUMetSat on Amiga computers, but can be converted 
  396. to GIF format using the ALCHEMY software (shareware) available at this site.  
  397. (More information on the format and images can be obtained from Professor 
  398. C.J. Kikkert, eecjk@marlin.jcu.edu.au.)
  399.  
  400. nasagiss.giss.nasa.gov    [192.42.70.2]            (FTP)
  401.   Various monthly mean data files, including ISCCP C2 cloud data, surface
  402. temperature anomalies, grids of various variables used in the GCM II 
  403. (General Circ. Model).  Also various maps of vegetation indices, cultivation
  404. indices, wetland ecosystems.  The file "GISS.HELP" contains an index
  405. to the contents of this FTP area.  Contact giss@nasagiss.giss.nasa.gov
  406. for help or more information.  (Note:  you will be asked for a password --
  407. just enter your email address.)
  408.  
  409. ncardata.ucar.edu    [128.117.8.111]            (FTP)
  410.   Information on datasets available from NCAR (the National Center for 
  411. Atmospheric Research), and a few small datasets.  If you would like to 
  412. order data after browsing this information, email to datahelp@ncar.ucar.edu.  
  413. Small datasets can be provided by FTP;  we also write various kinds of tapes.  
  414. See the README file.
  415.   A shell archive containing scripts to retrieve GIFs from vmd.cso.uiuc.edu,
  416. get_gifs, is located in the "weather" subdirectory.  This subdirectory also
  417. contains Colorado weather and ski reports.
  418.   A few special datasets are located in the FTP area, and are free.  They
  419. are described in the file "pricing".  These include a 1 deg resolution
  420. elevation dataset, a continental outline dataset, and a list of all WMO
  421. stations with latitude, longitude, and elevation.
  422.  
  423. nodc.nodc.noaa.gov    [140.90.235.10]            (Telnet)
  424.   Login as "NOAADIR".  Menu-driven system will let you select datasets
  425. from various government sources according to search parameters, and will 
  426. give you contact addresses and other information on them.  You can also
  427. get information about satellites, sensors, and research experiments.
  428.  
  429. nssdca.gsfc.nasa.gov                    (FTP or Telnet)
  430.   Telnet:  The National Space Science Data Center (NSSDC) On-Line Data and 
  431. Information Service (NODIS) is a menu-driven interactive system which provides
  432. information on services and data supported by NSSDC.  Login as NSSDC.  Some
  433. topics:  Nimbus-7 GRID TOMS Data, Geophysical Models, Standards and 
  434. Technology Information System.
  435.   FTP: some information and actual data is also available via anonymous FTP.
  436.  
  437. plaza.aarnet.edu.au    [139.130.4.6]            (FTP)
  438.   Same GMS images as explorer.arc.nasa.gov;  this site should be used by
  439. Australian sites only.
  440.  
  441. sanddunes.scd.ucar.edu                    (Telnet)
  442.   AVHRR (Advanced Very High Resolution Radiometer) images from 1989 through
  443. 7 Jan 1992 cover CO, WY, KS, NE, and NM, as well as parts of AZ, UT, OK,
  444. and TX.  Since 7 Jan 1992, coverage includes these plus CA, OR, NV, WA,
  445. and MT, to 1000 km off Pacific coast.  Total coverage of US for 1989-present
  446. will be available soon.  West coast data from 1980-1985 will be available
  447. some time this year.
  448.   Images are 1024 lines x 1024 elements before 7 Jan 1992, 2560 lines x
  449. 1024 elements after.  Images are 1 km resolution and 8-bit format.
  450.   Contact Tim Kelley by email kelley@sanddunes.scd.ucar.edu or telephone 
  451. 303/497-1221 for login, password, and manual.  Service is free to Internet 
  452. users and is funded by NASA.
  453.  
  454. satftp.soest.hawaii.edu    [128.171.154.121]        (FTP)
  455.   Sea-Surface-Temperature data (near-real-time) in the directory
  456. "pub/avhrr/images".  AVHRR images within the radius of reception of the
  457. university's HRPT station, approximately 5 S to 45 N and 125 W to 165 E,
  458. as well as others world-wide (covering all of the US coastline at the time
  459. of writing, subject to being discontinued).  The processed images are
  460. available usually within 30 min. of NOAA-11 and NOAA-12 passages. GMS
  461. images of the full GMS coverage area are available in /pub/GMS.  Data are
  462. compressed binary in TDF format as well as PostScript images labelled by
  463. satellite name (n11/n12/g4) and time.  More info available from
  464. sat_lab@soest.hawaii.edu.
  465.  
  466. snow.nohrsc.nws.gov     [192.46.108.1]          (FTP)
  467.   Various snow-related images in GIF format.  US snow cover map updated 
  468. weekly.  JPEG of current AVHRR images.  This site will be operational
  469. for the 1993 snow season from in December 1992 through June 1993.
  470. Contact tim@snow.nohrsc.nws.gov (Tim Szeliga) for more info.
  471.  
  472. spectrum.xerox.com    [192.70.225.78]            (FTP)
  473.   Various USGS data in subdirectories under the directory "pub/map".
  474.  
  475. spot.colorado.edu    [128.138.129.2]            (FTP)
  476.   Change directory to "pub/weather-images".  Weather radar summary map 
  477. GIFS and PICT files, surface maps, satellite images for several US cities 
  478. and regions.  Also images and other stuff for Andrew in the subdirectory
  479. "hurricane.andrew".
  480.  
  481. sseop.jsc.nasa.gov    [146.154.11.34]            (FTP)
  482.   Many pictures taken from the space shuttle.  Files are in a 512x512 
  483. format as red, green, and blue bitmaps. Image files are binary format, 
  484. and have .DAT as an extension. 
  485.  
  486. storm.ofps.ucar.edu    [128.117.90.53]            (Telnet)
  487.   Hourly and 5-minute composite surface observations, and composite 
  488. rawinsonde soundings, from STORM-FEST.  Log in as "storm" with 
  489. the password "research" to access a menu-driven system which will allow
  490. you to search for the data you want.
  491. (Contact Mark Bradford, bradfrd2@ncar.ucar.edu if you have questions.)
  492.  
  493. sumex-aim.stanford.edu    
  494.   Quicktime (for Macintosh) movie of "Blizzard of 93" in the file
  495. /pub/info-mac/art/qt/blizzard-of-93.hqx.  (Binhexed file.)
  496.  
  497. tortel.dcc.uchile.cl    [146.83.4.40]            (Telnet)
  498.   Weather forecasts for Chile, in Spanish.  This is a gopher server;  
  499. log in as "gopher" (no password) and choose the menu items "Servicios 
  500. Miscelaneos", then "Pronosticos Meteorologicos", and then "Informe Diario 
  501. Direccion Meteorologica de Chile".
  502.  
  503. unidata.ucar.edu    [128.117.140.3]            (FTP)
  504.   Change directory to "images". Weather radar summary map GIFS, surface maps 
  505. for various places, a few soundings on skew-t log-p diagrams, GOES Hugo images 
  506. (in subdirectory "images/hugo").  Surface maps include Europe and China.
  507.  
  508. uriacc.uri.edu        [131.128.1.1]            (FTP)
  509.   Change directory to "davet.195".  Images of the northeast US in GIF format 
  510. from the afternoon passes of NOAA-11.  (Provided by Dave Tetreault, 
  511. DAVET@uriacc.uri.edu.)
  512.  
  513. vmd.cso.uiuc.edu     [128.174.5.98]            (FTP)
  514.   Change directory to "wx".  GOES-7 visible and IR images over the US and 
  515. Mexico, and surface analyses over the US, are available in GIF format.  A 
  516. script to retrieve GIFs automatically is available from the ncardata.ucar.edu 
  517. FTP area.
  518.   Also available in this directory are many useful documents, including
  519. SPOTFREQ.DOC and CHASE-TV.DOC, lists of ham radio frequencies and TV 
  520. stations which carry useful info for storm chasers, WX-PUBS.DOC, which is
  521. a list of weather-related publications, WX-TALK.DOC, which gives information
  522. on the WX-**** mailing lists, and many others.   Contact Chris Hayes Novy
  523. (Chris@skywarn.c-lib.siu.edu).
  524.  
  525. wilbur.stanford.edu    [36.14.0.30]            (FTP)
  526.   Change directory to "pub/weathergifs".  IR and visible images of Europe
  527. from Meteosat, in GIF format.  It appears that this site contains
  528. the same images as cumulus.met.ed.ac.uk.  Also has satellite images of
  529. US.
  530.  
  531.  
  532. 5. Weather and other meteorological data via Gopher
  533.  
  534. Gopher is a utility program which finds and retrieves information 
  535. over the network.  It uses FTP, telnet, and other tools, but all you
  536. interact with is a simple menu system.  You can either run your own
  537. gopher client program (you can get this free software by ftp to
  538. boombox.micro.umn.edu [134.84.132.2] in the directory pub/gopher) or
  539. you can telnet to a public gopher client and connect to other gopher
  540. servers through it.
  541.  
  542. To connect using your own client, just type "gopher" followed by the name
  543. or IP number of the system you wish to connect to.   You can telnet or
  544. rlogin to a public gopher client instead;  here's a list from the
  545. alt.gopher FAQ:
  546.          machine                    IP         login as     where
  547.      consultant.micro.umn.edu  134.84.132.4     gopher  North America
  548.      gopher.uiuc.edu           128.174.33.160   gopher  North America
  549.      gopher.sunet.se           192.36.125.2     gopher  Europe
  550.      info.anu.edu.au           150.203.84.20    info    Australia
  551.      gopher.chalmers.se        129.16.221.40    gopher  Sweden
  552.      tolten.puc.cl             146.155.1.16     gopher  South America
  553.  
  554. Through gopher, you can connect to other gopher servers all over the
  555. world.  Many gopher servers, particularly at US Universities, have
  556. local weather reports as one of the menu items.  There are also some
  557. gopher servers dedicated to weather information, which you can reach
  558. either directly or through the public clients listed above using the 
  559. menu item "Other Gopher and Information Servers":
  560.  
  561. UofI Weather Machine:
  562. wx.atmos.uiuc.edu port 70    [128.174.80.10]        (Gopher)
  563.   The UofI Weather Machine has forecasts, images, surface and upper-air
  564. weather, local (Illinois) weather, and various useful documents, including
  565. GRIB and ON84 format descriptions, station lists, graphics information, etc. 
  566. Questions, comments, and requests for changes should be sent to 
  567. gopher@wx.atmos.uiuc.edu.
  568.  
  569. CIESIN-NASA-EOS Global Change Information Network: 
  570. flubber.ciesin.org        [160.39.1.202]        (Gopher)
  571.   This gopher server has some papers on global change (not many yet).
  572. Under the "Environmental Internet Catalog" there are resources
  573. under various useful topics, particularly under "Earth Science",
  574. "Ecology and the Environment", and "Weather and Meteorology".
  575. It allows gopher access to some of the FTP and telnet resources described 
  576. in this document.  Comments should be sent to CIESIN.Info@ciesin.org.
  577.  
  578. MN Climatology Working Group:
  579. nx1.soils.umn.edu port 70    [128.101.77.165]    (Gopher)
  580.   How to connect via PeachNet Information Service:  Under the menu
  581. "General Information Services" there is an entry for the Univ. of
  582. MN Soils Sciences Dept.  Selecting this item will give you several
  583. options, including "MN Climatology Working Group".  This directory
  584. contains lots of files with climate data for Minnesota, mostly
  585. obscurely named.  Comments and questions to gopher-admin@soils.umn.edu.
  586.   This source is in the process of becoming a full-fledged project;
  587. the name of the machine will soon be changed to gopher.soils.umn.edu,
  588. the filenames will be modified to something more useful, more
  589. real data will be added, and the gopher information will be propagated
  590. to other machines.  Watch this space.
  591.  
  592. Universidad de Chile:
  593. tortel.dcc.uchile.cl        [146.83.4.40]        (Gopher)
  594.   You can also connect via telnet, using the login "gopher".  Chilean
  595. weather forecasts and information (in Spanish) is available;  choose
  596. "Servicios Miscelaneos", then "Pronosticos Meteorologicos", then
  597. "Informe Diario Direccion Meteorologica de Chile".  
  598.  
  599. Free University of Berlin:
  600. gopher.fu-berlin.de port 70                (Gopher)
  601.   Select "Das Wetter in und um Berlin".  Meteosat pictures of Europe and 
  602. the Northern Atlantic, visible and infrared, updated every six hours are
  603. under "Meteosat-Bilder";  current weather observations are under "Die
  604. Beobachtung";  forecast for the Berlin area is under "Die Vorhersage".
  605.  
  606.  
  607. 6. Weather and other meteorological data via WAIS
  608.  
  609. WAIS is a tool similar to Gopher which searches through indexed databases
  610. to find items containing keywords which are specified by the user.  As
  611. with Gopher, either you need to have wais running on your system, or
  612. you need to use a publicly-accessible wais client.  Some Gopher clients
  613. allow WAIS searches.  A public-access wais client you can rlogin or
  614. telnet to using 'wais' as a login is quake.think.com [192.31.181.1].
  615.  
  616. Here are some sources that may be of use:
  617.  
  618. DOE_Climate_Data.src:
  619. ridgisd.er.usgs.gov     [130.11.48.107]            (WAIS)
  620. Service: 210  Database: /usr/opt/wais/db/DOE_Climate_Data
  621.   Contains information about various climate data sets.  The maintainer
  622. is tgauslin@ridgisd.er.usgs.gov.
  623.  
  624. NOAA_National_Environmental_Referral_Service.src:
  625. ridgisd.er.usgs.gov     [130.11.48.107]            (WAIS)
  626. Service: 210  Database: /usr/opt/wais/db/nedres
  627.  
  628. midwest-weather.src:        
  629. wais.cic.net        [192.131.22.3]            (WAIS)
  630. Service: 210  Database:  midwest-weather
  631.   National Weather Service forecasts for midwest U.S. states, updated 
  632. hourly from the `gopher' weather server at the U of Minnesota by emv@cic.net.
  633.  
  634. weather.src:
  635. quake.think.com     [192.31.181.1]            (WAIS)
  636. Service: 210  Database: weather
  637.   This is the WEATHER server, brought to you courtesy of the WAIS folks 
  638. from Thinking Machines, and the weather folks at VMD.CSO.UIUC.EDU and the
  639. University of Michigan.
  640.   Currently you'll get the best results by asking this server for 'weather'.
  641. The returned list of files should include this file, as well as the day's
  642. satellite weather maps.  You might want to refine your search by including
  643. "gif" if you'd rather get the maps, or "txt" if you want the textual
  644. weather forecasts.  You can try by city name, too.  Comments to
  645. weather-server@quake.think.com.
  646.  
  647.  
  648. 7. Weather and other meteorological data via AFS (Andrew File System) 
  649.  
  650. If your site uses AFS, you can change directory to these directories
  651. and retrieve these files.  Please don't ask me about AFS, because I
  652. don't use it.
  653.  
  654. /afs/sites/athena.mit.edu/project/weather        (AFS)
  655.   Contains images from vmd.cso.uiuc.edu and from wx.atmos.uiuc.edu in
  656. various subdirectories (SATELLITE, SURFACE, etc.).  The most recent images 
  657. are flagged with the name 'latest' so you can easily find them.  There's
  658. also an animation program.  Contact ericldab@athena.mit.edu for more info.
  659.  
  660. ########################################################################
  661.  
  662. Subject: CD-ROM source list
  663. Copyright (c) 1993 by Ilana Stern.  
  664.  
  665.             C O N T E N T S
  666.  
  667.     1. Basic information
  668.     2. List of CD-ROMs by topic, with summaries
  669.       A. Weather data
  670.       B. Research data
  671.       C. Miscellaneous 
  672.  
  673. 1. Basic information
  674.  
  675. CD-ROMs tend to be relatively expensive, but can hold as much as 600 megabytes
  676. of data.  Prices are current as of October 1991;  prices for some discs 
  677. are not known.  Some discs are provided with driving software.  Most of
  678. the software is for IBM-PC or compatible systems, but some is available
  679. for the Macintosh, and, increasingly, for Unix systems.
  680.  
  681. Some of these listings are not for CD-ROMs, but are for floppies or
  682. tapes.  These are listed here, rather than in the section on data available
  683. on other media, because they have been prepared as a package.  The 
  684. research data available on tape is generally copied from a computer
  685. archive as requests come in.  
  686.  
  687. Commercial sources are flagged as such.  Inclusion of a commercial
  688. source in this listing does not imply endorsement.  
  689.  
  690. 2. List of CD-ROMs by topic, with summaries
  691.  
  692.       A. Weather data
  693.  
  694. Climate Change Data ($950, or 595 pounds sterling from UK source):
  695.   Monthly 5-degree surface temperature anomaly grids 1854-1990, pressure 
  696. grids 1873-1990.  Monthly world temperature data at about 3500 stations and
  697. precipitation data at about 6500 stations, for period of record (long).
  698. Retrieval and mapping software included, available for various systems.
  699.   Contact:  Dr. Phil Jones, Climatic Research Unit, University of East
  700. Anglia, Norwich NR4 7TJ United Kingdom.  Distributed in North America by
  701. Chadwyck-Healey Inc.,1101 King St, Alexandria, VA 22314.  800/752-0515.
  702.  
  703. World Weather Disc ($295):
  704.   Monthly temp, precip, pressure, sunshine data for about 2000 world stations 
  705. for period of record.  Daily weather data at hundreds of US stations.  Data 
  706. for some stations on temp, precip, freeze, drought, soil moisture, wind,
  707. storms.  Frequency and movement of tropical cyclones.
  708.   Contact:  Cliff Mass, Dept. of Atmos. Sci. (AK40), University of Washington,
  709. Seattle, WA  98195.  206/685-0910.
  710.  
  711. National Climate Info System ($50):
  712.   Monthly temperature, precipitation, Palmer drought index data for 344
  713. climate divisions of US.  Data can be viewed in tabular or graphical format.
  714.   Contact:  National Climatic Data Center, Federal Building, Asheville, NC
  715. 28801.  704/259-0682.
  716.  
  717. Meteosat Images on CD-ROM, 1986 to 1991 (price unknown):
  718.   One full-disk infra-red image per day (usually at 12h00 UTC), one visible 
  719. image on day 1 of each month (at the same time as the infra-red image), one 
  720. water-vapour image on day 1 of each month of 1991 (at the same time as the
  721. infra-red and visible image).  Images of the snow storm over the East coast 
  722. of the USA on 12&13 March 1993 (from meteosat-3 at 75 degrees East).  Images 
  723. of Kuwait during the Gulf war.  Full-disk Images taken by Meteosat-3 at 75 
  724. degrees East at the beginning of March 1993.
  725.   Contact:  J. Le Ber, Meteosat Data Service, European Space Agency, 
  726. Robert Bosch Str. 5,  D6100 DARMSTADT GERMANY
  727.  
  728. High Resolution Climatology ($199/variable):  *COMMERCIAL*  (Floppy disk)
  729.   Average monthly climatological values of maximum temperature, minimum
  730. temperature,  and precipitation for every 1 square km of the conterminous 
  731. US for the 30-year periods 1951-1980 and 1961-1990.  The data are stored 
  732. as a rectangular matrix for each state.  Digitized state and county political 
  733. boundaries are included and referenced to the climate data sets.  The data 
  734. are in raster form as ASCII or 16-bit binary integers.  This dataset is 
  735. distributed on 5.25" or 3.5" floppy disks. 
  736.   Contact:  ZedX, Inc., P.O. Box 404, Boalsburg, PA  16827-0404.  
  737. 814/466-2025.
  738.  
  739.       B. Research data
  740.  
  741. NMC gridpoint dataset ($150):
  742.   Twice daily grids for the Northern Hemisphere at a resolution of about 
  743. 381 km.  
  744.   Contact: National Center for Atmospheric Research, PO Box 3000, Boulder, 
  745. CO  80307.  303/497-1219, email datahelp@ncar.ucar.edu.
  746.  
  747. National Geophysical Data Center (NGDC) discs:
  748.   Various discs available, including:  ice and snow coverage, ocean sediment
  749. drilling data, ionospheric vertical soundings ($100), solar variability 
  750. (sunspots, magnetic field data, flares, tree-ring data -- $100), geophysics
  751. of North America (earthquake data, magnetic fields, topography, gravity,
  752. geopolitical info -- $600), and more.
  753.   Contact:  NGDC, 325 Broadway, Boulder, CO  80303.  303/497-6958.
  754.  
  755. Global Ocean Temperature and Salinity (2 discs, $80 each or $124/both)
  756.   Temperature and salinity in the world ocean for about 1900-1990, based
  757. on all available XBTs, MBTs, BTs, etc.
  758.   Contact:  National Oceanographic Data Center, NOAA/NESDIS E/OC21, 
  759. Washington, DC  20235.  202/673-5549.
  760.  
  761. GALE and ERICA datasets (2 discs, price not known):
  762.   GALE (Genesis of Atlantic Lows), 1/15/86-4/15/86:  ship data, raobs,
  763. aircraft, radar, etc off N Carolina coast.  ERICA (Experiment on Rapidly
  764. Intensifying Cyclones over the Atlantic), 12/1/88-2/26/89:  rawinsondes,
  765. aircraft, radar, buoys, satellite data, etc. 
  766.   Contact:  C. Kreitzberg, Dept. of Physics and Atmospheric Science, 
  767. Drexel University, Philadelphia, PA  19104.
  768.  
  769. GEDEX (Greenhouse Effect Detection Experiment)(price not known):
  770.   Two discs containing surface, upper air, and/or satellite-derived 
  771. measurements of temperature, solar irradiance, clouds, greenhouse
  772. gases, fluxes, albedo, aerosols, ozone, and water vapor, along with
  773. Southern Oscillation Indices and Quasi-Biennial Oscillation statistics.
  774. Many of the data sets provide global coverage.  The spatial resolutions
  775. vary from zonal to 2.5 degree grids.  Some surface station data sets 
  776. span more than 100 years;  most satellite-derived sets cover only the
  777. past 12 years.  Temporal coverage is monthly for most sets.  An update
  778. will be available by June 1992.
  779.   Contact:  NCDS/Goddard Distributed Active Archive Center, Code 935,
  780. Goddard Space Flight Center, Greenbelt, MD  20771.  301/286-3209, email 
  781. NCDSUSO@NSSDCA.GSFC.NASA.GOV.
  782.   A more complete description of these discs may be obtained from 
  783. the ncardata.ucar.edu FTP site, in the file "catalogs/nondss/gedex".
  784.  
  785. DMSP SSM/I Brightness Temperature Grids for the Polar Regions, volume 1-15, 
  786. 9 July 1987 - 31 March 1991 (Price on request):
  787.   Each volume contains 3 months of daily brightness temperature grids.
  788. Sensor is currently flying; one additional CD-ROM volume is produced
  789. approximately every 8 weeks.  Passive microwave brightness temperatures
  790. (7 dual-polarized frequencies ranging from 19.3 to 85.5 GHz.), used
  791. primarily to derive sea ice concentration; Northern and Southern
  792. Hemispheres.  
  793.   Data format: 16-bit raster images (2-byte integers), in "SSM/I grid 
  794. format".  
  795.   Associated software:  Extraction and ice concentration software, IMDISP 
  796. image display program for IBM PC, IMAGIC image display program for the 
  797. Macintosh II.  Software distributed on diskettes.  
  798.   Contact:  World Data Center A for Glaciology [Snow and Ice], National Snow 
  799. and Ice Data Center, University of Colorado, CIRES - Campus Box 449, Boulder, 
  800. CO  80309.   303/492-5171, FAX 303/492-2468, email nsidc@kryos.colorado.edu 
  801. (Claire Hanson).
  802.  
  803. DMSP SSM/I Ice Concentration Grids for the Polar Regions, Volume 1, 
  804. 9 July 1987 - 31 December 1989 (Price on request):
  805.   Contains sea ice concentration derived from SSM/I brightness
  806. temperatures, using NASA Team algorithm and J. Comiso algorithm,
  807. for Northern and Southern Hemispheres.  
  808.   Data format:  8-bit raster images (1-byte integers) in "SSM/I grid format".  
  809. Grid files have HDF (Hierarchical Data Format) header labels. Additional 
  810. volumes will be produced, for the entire time series.
  811.   Associated software: Source code used to derive ice concentration from 
  812. brightness temperatures.  IMDISP image display software. Software distributed 
  813. on diskettes.  
  814.   Contact: World Data Center A for Glaciology, information above.
  815.  
  816. Nimbus-7 SMMR Polar Radiances, Volumes 1-12, 25 October 1978 - 20 August 
  817. 1987 (life of SMMR sensor) (Price on request):
  818.   Contains passive microwave brightness temperatures (5 dual-polarized
  819. frequencies ranging from 6.6 to 37 GHz) and derived sea ice concentration
  820. for the Northern and Southern Hemispheres.  
  821.   Data format:  2-byte integers, in single-frequency grids.
  822.   Associated software:  IMDISP image display program (C code) for IBM PC; 
  823. landmask and latitude/longitude overlay (Fortran).  Software distributed on 
  824. IBM PC diskettes.  
  825.   Contact: World Data Center A for Glaciology, information above.
  826.  
  827. Eastern Arctic Ice, Ocean and Atmosphere Data, Volume 1, CEAREX-1 ($50):
  828.   Contains sea ice acceleration, deformation and stress; hydrography
  829. (CTDs); meteorology; bathymetry; acoustics and ambient noise (sample
  830. data) from Coordinated Eastern Arctic Experiment (CEAREX).  Includes
  831. meteorology from Marginal Ice Zone Experiment (MIZEX), 1983, 1984, 1987.
  832. Experiment location: Arctic Ocean north of Svalbard; Fram Strait, September 
  833. 1988 - May 1989.  Amount of data: 460 mbytes.  
  834.   Data format: ASCII files.  Associated software: none.  Additional volumes 
  835. are planned; content not yet determined. 
  836.   Contact: World Data Center A for Glaciology, information above.
  837.  
  838. NWS/NOHRSC Snow cover data ($200 each year):
  839.   Airborne snow water equivalent and satellite areal extent of snow cover 
  840. data for 1990-1992 are now available on CD-ROM for major portions of the 
  841. U.S.  and southern Canada. The CD-ROMs include: (1) airborne snow water 
  842. equivalent data and the digitized flight line network, (2) calibrated AVHRR 
  843. and GOES satellite data used to map snow cover, (3) the classified snow cover 
  844. images (4) national and regional snow cover image products, and (5) ancillary 
  845. data sets including digital elevation data, digitized NWS basin boundaries, 
  846. and the alphanumeric results of the satellite snow cover mapping by basin and 
  847. by elevation zone.
  848.   Contact:  CD-ROM Snow Cover Data, National Operational Hydrologic Remote
  849. Sensing Center (NOHRSC), Office of Hydrology, National Weather Service,
  850. 6301 34th Avenue South: Room 112, Minneapolis, MN 55450-2985.
  851. 612/725-3258, FAX 612/725-3338, email tim@snow.nohrsc.nws.gov (Tim Szeliga)
  852.  
  853.       C. Miscellaneous 
  854.  
  855. NASA discs:
  856.   Various discs available, including:  Voyager spacecraft images (12 discs,
  857. under $20 each!), Viking images of Mars, Magellan Venus data, Halley's
  858. comet data (25 discs), excerpts from astronomical catalogs, and more.
  859.   Contact:  NSSDC (NASA Space Science Data Center), Code 933.4, NASA
  860. Goddard Space Flight Center, Greenbelt, MD  20771.  301/286-6695.  They
  861. also publish a free newsletter.
  862.  
  863. CD-ROM, INC:        *COMMERCIAL*
  864.   Several hundred discs available, including:  "GRIPS 2" high resolution
  865. images of topography, Landsat, vegetation maps, plus software ($49), 
  866. "JEDI" 3 discs full of earth, space, and sea science data intended for
  867. school use ($31), 13 business/economic discs, >50 literature and
  868. entertainment discs, >40 health-related discs, many science discs.
  869. Prices range from $29-$895.  Free catalog available from them.
  870.   Contact:  CD-ROM, Inc, 1667 Cole Blvd. Suite 400, Golden, CO  80401.
  871. 303/231-9373, FAX 303/231-9581.
  872.  
  873. Digital Chart of the World ($200):
  874.   The Digital Chart of the World (DCW) is a comprehensive 1:1,000,000-scale 
  875. vector basemap of the world containing cartographic, attribute, and 
  876. textual data.  It is provided with software that permits the database to 
  877. be accessed, queried, and displayed on PC-class computers.  The primary 
  878. source for the database is the U.S. Defense Mapping Agency (DMA) Operational 
  879. Navigation Chart (ONC) series.  
  880.   There are 4 discs:   (1)North America, (2)Europe/Northern Asia, (3)South 
  881. American/Africa/Antarctica, and (4)Southern Asia/Australia.  The data are 
  882. organized into 17 thematic coverages, including political boundaries and 
  883. ocean coast lines, cities, transportation networks, drainage, land cover, 
  884. and elevation contours.  
  885.   Contact:  USGS Open File Section, Box 25286, Denver, CO  80225. 
  886. 303/236-7476.
  887.  
  888. ########################################################################
  889.  
  890. Subject: Research data on tape and other media
  891. Copyright (c) 1993 by Ilana Stern.  
  892.  
  893. Carbon Dioxide Information Analysis Center (CDIAC):  
  894.   Research and distribution center for data related to carbon dioxide, 
  895. methane, and other trace gas emissions; the carbon cycle; and other 
  896. climate-change topics.  You can access catalog information by FTP (see 
  897. section I).  Datasets are available on various media including CD-ROM and 
  898. magnetic tape.  They also publish a free newsletter.
  899.   Contact: CDIAC, Oak Ridge National Laboratory, P. O. Box 2008, Oak Ridge, 
  900. TN  37831-6335. 615/574-0390, FAX 615/574-2232, email cdp@stc10.ctd.ornl.gov.  
  901.  
  902. Langley Distributed Active Archive Center (DAAC):
  903.   Archive and distribution center for radiation budget, cloud, aerosol, and 
  904. tropospheric chemistry data.  You can access catalog information by telnet
  905. (see section I).  Data are available via FTP, tape and CD-ROM.
  906.   Contact:  Langley DAAC, NASA Langley Research Center, MS 157B, Hampton, 
  907. VA  23681-0001 804/864-8656, FAX 804/864-8807, 
  908. email userserv@eosdis.larc.nasa.gov.
  909.  
  910. NASA Space Science Data Center (NSSDC):  
  911.   Astronomical and atmospheric data.  You can access catalog information by
  912. FTP or telnet (see section I).  
  913.   Contact: NSSDC, Code 933.4, NASA Goddard Space Flight Center, Greenbelt, 
  914. MD  20771.  301/286-6695. 
  915.  
  916. National Center for Atmospheric Research (NCAR):
  917.   Over 400 datasets available to the research community on various media.  
  918. You can access catalog information by FTP (see section I).
  919.   Contact: NCAR Data Support Section, PO Box 3000, Boulder, CO  80307.  
  920. 303/497-1219, FAX 303/497-1137, email datahelp@ncar.ucar.edu.
  921.   (DISCLAIMER:  NCAR is a non-profit government organization operated by 
  922. UCAR under a grant from the NSF.  Our charges reflect the actual cost of 
  923. data retrieval and magnetic media.  I receive no benefit from you ordering
  924. data.  Please, research-related inquiries only.)
  925.  
  926. National Climatic Data Center (NCDC):  NCDC, Federal Building, Asheville, 
  927. NC 28801.  704/259-0682.
  928.  
  929. National Geophysical Data Center (NGDC):  NGDC, 325 Broadway, Boulder, 
  930. CO  80303.  303/497-6958.
  931.  
  932. United Nations Environment Program (UNEP)/Global Resource Information
  933. Database (GRID):
  934.   Digital environmental data and information related to the Earth's 
  935. surface, oceans and atmosphere, free of charge to non-commercial users.  
  936. Typical global data sets include elevation, hydrology, soils, life zones,
  937. vegetation, wetlands, climate, natural/physical boundaries, earthquake 
  938. hazards, vegetation index (NOAA/GVI), human population etc.
  939.   For a free catalog of global datasets, contact:  Facility Manager,
  940. UNEP/GRID-Geneva, 6 rue de la Gabelle, CH-1227 Carouge, Geneva SWITZERLAND.
  941. (0041-22) 343-8660, FAX (0041-22) 343-8862, email POSTMAN@grid.unige.ch
  942. or POSTMAN@CGEGRD11.BITNET.
  943.   For a free catalog of datasets for Africa and Latin America, contact:
  944. Facility Manager, UNEP/GRID-Nairobi, P. O. Box 30552, Nairobi, KENYA.
  945. (00254-2) 230-800, FAX (00254-2) 226-491.
  946.  
  947. ########################################################################
  948.  
  949. Subject: Weather-related mailing lists
  950. Copyright (c) 1993 by Ilana Stern.  
  951.  
  952.             C O N T E N T S
  953.  
  954.     1. CLIMLIST:  conferences, data availability in climatology
  955.     2. Weather-users:  discussions of weather servers
  956.     3. WX-TALK:  general and specialized weather-related discussions
  957.     4. Wxsat:  redistribution of bulletins on weather satellites
  958.     5. CALMET:  discussion of computer-aided learning in meteorology
  959.     6. Met-stud:  meteorology students' mailing list
  960.  
  961. 1. CLIMLIST (moderated by John Arnfield)
  962.  
  963.   CLIMLIST is a moderated electronic mail distribution list for climat-
  964. ologists and those working in closely-related fields.  It is used to
  965. disseminate notices regarding conferences and workshops, data avail-
  966. ability, calls for papers, positions available etc, as well as requests
  967. for information.  An updated directory of email addresses for the 
  968. subscribers to the list is distributed every month (usually on the 15th).
  969.   To subscribe, mail to whichever of these addresses works for you:
  970.   AJA+@OHSTMAIL.BITNET / aja+@osu.edu / johna@magnus.acs.ohio-state.edu
  971. with the following information:
  972.   Your name; your email address; your departmental & institutional 
  973. affiliation; whether your email address is shared or personal; your area 
  974. of interest or responsibility within climatology.
  975.  
  976. 2. Weather-users (administered by scott@zorch.sf-bay.org)
  977.  
  978.   This list is for discussions of weather servers; sharing of code to 
  979. automatically query weather servers; and announcements of availability 
  980. (or lack thereof) and changes to weather servers.  Initially, Jeff Masters 
  981. (sdm@downwind.sprl.umich.edu) has agreed to send Weather Underground status 
  982. notices to this list.
  983. To join or quit the list, email to weather-users-request@zorch.sf-bay.org;
  984. the list mail address is weather-users@zorch.sf-bay.org.
  985.  
  986. 3. WX-TALK and other WX-lists
  987.  
  988.   WX-TALK, formerly STORM-L, is a mailing list for weather-related topics, 
  989. special event notifications, job announcements, and administrative
  990. messages.  This list, and other specialized weather-related lists, are
  991. run from the vmd.cso.uiuc.edu (UIUCVMD) machine at Urbana-Champaign, 
  992. Illinois. WX-TALK is for discussions and questions; the others are intended
  993. to distribute information on particular topics, but you should not 
  994. post mail to them.
  995.   To join the list, send a message consisting of the single line
  996. SUB WX-TALK Your Name
  997. to whichever of these addresses works for you:
  998.   LISTSERV@UIUCVMD / LISTSERV@UIUCVMD.BITNET / LISTSERV@VMD.CSO.UIUC.EDU
  999. or uiucuxc!vmd!listserv from uucp.
  1000. Contributions should then go to WX-TALK@[working address]
  1001.   For more information, and a list of the other WX-lists on vmd.cso.uiuc.edu, 
  1002. use anonymous FTP to retrieve the file WX-TALK.DOC from vmd.cso.uiuc.edu 
  1003. in the directory "wx".
  1004.  
  1005. 4. Wxsat (administered by Richard B. Emerson)
  1006.  
  1007.   Wxsat resends all NOAA/NESDIS bulletins on polar and geostationary weather 
  1008. satellites as well as occasional material on Meteosat.  Bulletins with 
  1009. orbital predictions, spacecraft operation schedules, and related messages 
  1010. are copied from NOAA.SAT on SCIENCEnet and forwarded to all addresses on 
  1011. the list.  The list is configured to accept and broadcast mail from
  1012. subscribers to the list at large.  Wxsat does not store or distribute imagery
  1013. and is not primarily a "chat" list.  Wxsat is oriented towards users with a
  1014. daily operational need for TBUS and related bulletins.
  1015.   An archive of roughly 60 days' messages are available for retrieval via
  1016. email messages to wxsat-archive@ssg.com.  Send the message "help" in the
  1017. text to the archive server for details on how to retrieve the current index
  1018. and other files.
  1019.   Subscription requests go to wxsat-request@ssg.com.  The service is free 
  1020. to all Internet users but donations are accepted as this is a volunteer 
  1021. operation.
  1022.  
  1023. 5. CALMET (Computer Aided Learning in Meteorology)
  1024.  
  1025.   CALMET is a mailing list dedicated to computer-aided learning in
  1026. meteorology.  It is associated with the ftp site cumulus.met.ed.ac.uk.
  1027.   To join the list, send mail to calmet-request@ed.ac.uk.  Messages
  1028. to the list go to calmet@ed.ac.uk.
  1029.  
  1030. 6. Met-stud (administered by Dennis Schulze)
  1031.  
  1032.   This mailing list is open to all, but particularly intended as a 
  1033. communications facility among meteorology students worldwide.  Subjects
  1034. of discussion could include scholarships, summer schools, conferences,
  1035. and comparisons of the meteorology programs at various universities.
  1036. Meteorological problems and questions could also be discussed.
  1037.   Subscription requests and other administrative mail should be sent
  1038. to dennis@metw3.met.fu-berlin.de.  Messages to the mailing list go to
  1039. met-stud@metw3.met.fu-berlin.de.  Although the list is based in Germany, 
  1040. the language used is English.
  1041.  
  1042. ########################################################################
  1043.  
  1044.